CLOUDP-341681 - create patchqa alias for non static only #369
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This pull request updates the tagging strategy for build variants in
.evergreen.yml
to better distinguish between "static" and "non-static" (now labeled ascloudqa_non_static
) test suites. The changes mainly introduce new tags to build variants and update the relevant patch alias, which will help with more granular test selection and filtering in CI pipelines.Key changes:
Tagging improvements for build variants:
Added the
cloudqa_non_static
tag to all non-static CloudQA-related build variants, and updated thepatch-run-cloudqa
alias to target this new tag instead of the previouscloudqa
tag. -> when releasing cloudqa we don't need to "test" static variantsAdded the
static
tag to all static build variants, including static CloudQA, static smoke, static multi-cluster, and static OM test variants.These changes allow for more precise control over which test suites are run in different contexts, improving maintainability and CI efficiency.
Proof of Work
Checklist
skip-changelog
label if not needed